home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / +ORC / Orc pac 5 / FILEZ.ZIP / SKY.ZIP / REACH.ZIP / COPYDPRT.BAT < prev    next >
DOS Batch File  |  1992-09-07  |  342b  |  11 lines

  1. @echo off
  2. REM    %%1 is source disk = %1
  3. REM    Current dir is target disk
  4. xcopy    %1:demo*.sel . /v >NUL
  5. xcopy    %1:loadbobg.sel . /v >NUL
  6. xcopy    %1:*.sen . /v >NUL
  7. xcopy    %1:*.sev . /v >NUL
  8. xcopy    %1:tv_*.sec . /v >NUL
  9. for %%i in (tv_home.seq gamepal.sep demtrol.exe RFTSDEMO.exe copydemo.bat copydprt.bat) do xcopy %1:%%i . /v >NUL
  10. :stopdemo
  11.